home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1177 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: oliv.informatik.uni-bonn.de!malerz
  2. From: malerz@athene.informatik.uni-bonn.de (Andreas Malerz)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Need Help with V39 GFX
  5. Date: 16 Jan 1996 13:04:59 GMT
  6. Organization: Rheinische Friedrich-Wilhelms-Universit"at Bonn, Institut
  7. Message-ID: <4dg7pr$7jj@apoll.informatik.uni-bonn.de>
  8. NNTP-Posting-Host: oliv.informatik.uni-bonn.de
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. Hi.
  12.  
  13. Recently, I read about the possibility to open a second screen and force it
  14. just to set the first color, the rest is taken from the above screen.
  15.  
  16. This would be a great thing for me. If I open a normal screen, the ISG
  17. (inter-screen-gap) is about 6 lines high, which is definitly too much.
  18.  
  19. I would like to do the following:
  20.  
  21.     *********************
  22.         *                   *
  23.         *                   *
  24.     *      Screen 1     * <-- normal screen with 256 colors
  25.     *    (256 colors)   * 
  26.         *                   *
  27.         *********************
  28.         %%%%%%%%%%%%%%%%%%%%% <-- InterScreenGap, should be as small as
  29.         #####################     possible, preferably only one line.
  30.         #                   # 
  31.         #      Screen 2     #
  32.         #    (256 colors)   # <-- only color 0 is set, the rest is taken
  33.         #                   #     from the above screen
  34.         ##################### 
  35.  
  36. As far as I know, this could be done by using a special taglist in the
  37. OpenScreenTags()-function, which is passed to VideoControl() or so.
  38.  
  39. Could anybody tell me, how this is done? Please mail me a source...
  40.  
  41.     Thanks in advance, Andy.
  42.